gusucode.com > 良精ASP微博管理系统 V1.0 > 良精ASP微博管理系统 V1.0\code\admin\admin.asp

    <!--#include file="../Include/liangconn.asp"-->
<!--#include file="../Include/CheckLogin.asp"-->
<% 
  Response.Expires = -1  
  Response.ExpiresAbsolute = Now() - 1  
  Response.cachecontrol = "no-cache"  
  Session.TimeOut = 200
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML 
xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<TITLE><%=Web_Name%>后台管理</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="images/style.css" type=text/css rel=stylesheet>
<STYLE>.main_left {
	BACKGROUND: url(images/left_bg.gif); width:180px;
}
.main_left_top {
	BACKGROUND: url(images/left_menu_bg.gif); PADDING-TOP: 5px
}
.main_left_title {
	PADDING-LEFT: 15px; FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #fff; TEXT-ALIGN: left
}
.left_iframe {
	BACKGROUND: none transparent scroll repeat 0% 0%; VISIBILITY: inherit; WIDTH: 180px; HEIGHT: 92%;
}
.main_iframe {
	Z-INDEX: 1; VISIBILITY: inherit; WIDTH: 100%; HEIGHT: 92%; background-color:#FFFFFF; text-align:center;
}
TABLE {
	FONT-SIZE: 12px; FONT-FAMILY: tahoma, 宋体, fantasy
}
TD {
	FONT-SIZE: 12px; FONT-FAMILY: tahoma, 宋体, fantasy
}
</STYLE>

<SCRIPT language=javaScript src="images/admin.js" 
type=text/javascript></SCRIPT>
<script language="javascript" src="../Script/Admin.js"></script>
<SCRIPT>
var status = 1;
var Menus = new DvMenuCls;
document.onclick=Menus.Clear;
function switchSysBar(){
     if (1 == window.status){
		  window.status = 0;
          switchPoint.innerHTML = '<img src="images/left.gif">';
          document.all("frmTitle").style.display="none"
     }
     else{
		  window.status = 1;
          switchPoint.innerHTML = '<img src="images/right.gif">';
          document.all("frmTitle").style.display=""
     }
}
</SCRIPT>


</HEAD>
<BODY style="MARGIN: 0px"><!--导航部分-->
<DIV class=top_table>
<DIV class=top_table_leftbg>

<DIV class=system_logo><IMG src="images/logo_up.gif"></DIV>
<DIV class=menu>
<UL>
  <LI id=menu_0 onmouseover=Menus.Show(this,0) onclick=getleftbar(this);><a href="#">资源管理</a>
  <DIV class=menu_childs onmouseout=Menus.Hide(0);>
  <UL>
	<%			  	
sql="SELECT * From Liangjing_SrcChild order by Child_IsUse,Child_OrderBy"
set RS=conn.execute(sql)
while not Rs.eof 
%>
<LI><a href="Goin.asp?Src_ChildID=<%=Rs("Child_ID")%>" target="frmright"><%=Rs("Child_Name")%></a></LI>
<%
Rs.MoveNext 
Wend
Rs.Close
Set Rs = Nothing
%>
   </UL></DIV>
  <DIV class=menu_div><IMG style="VERTICAL-ALIGN: bottom" 
  src="images/menu01_right.gif"></DIV></LI>
  <LI id=menu_1 onmouseover=Menus.Show(this,0) onclick=getleftbar(this);><a href="#">公告管理</a>
  <DIV class=menu_childs onmouseout=Menus.Hide(0);>
  <UL>

    <LI><a href="Msg_Manage.asp" target="frmright">公告管理</a></LI>
    <LI><a href="Msg_Add.asp" target="frmright">添加公告</a></LI>


    </UL></DIV>
  <DIV class=menu_div><IMG style="VERTICAL-ALIGN: bottom" 
  src="images/menu01_right.gif"></DIV></LI>
  <LI id=menu_2 onmouseover=Menus.Show(this,0) onclick=getleftbar(this);><a href="#">会员管理</a>
  <DIV class=menu_childs onmouseout=Menus.Hide(0);>
  <UL>
  <li><a href="Member_Manage.asp" target="frmright">会员管理</a></LI>
  </UL></DIV>
  <DIV class=menu_div><IMG style="VERTICAL-ALIGN: bottom" 
  src="images/menu01_right.gif"></DIV></LI>
  <LI id=menu_4 onmouseover=Menus.Show(this,0) onclick=getleftbar(this);><a href="#">留言管理</a>
  <DIV class=menu_childs onmouseout=Menus.Hide(0);>
  <UL>
   <li><a href="MessageList.asp" target="frmright">留言信息</a></LI>
		  </UL></DIV>
  <DIV class=menu_div><IMG style="VERTICAL-ALIGN: bottom" 
  src="images/menu01_right.gif"></DIV></LI>

  <LI id=menu_5 onmouseover=Menus.Show(this,0) onclick=getleftbar(this);><a href="#">系统管理</a>
  <DIV class=menu_childs onmouseout=Menus.Hide(0);>
  <UL>
          <li><a href="SetSite.asp" target="frmright">网站信息设置</a></LI>
          <li><a href="Admin_AdminManage.asp" target="frmright">系统管理员</a></LI>
          <li><a href="Admin_ClassManage.asp" target="frmright">栏目管理</a></LI>
		  <li><a href="Sys_TagManage.asp" target="frmright">系统标签管理</a></LI>
		  <li><a href="Admin_UpFileManage.asp" target="frmright">文件管理</a></LI>
		  <li><a href="Admin_SpaceSize.asp" target="frmright">空间占用</a></LI>
		  <li><a href="Media_link.asp" target="frmright">友情链接管理</a></LI>
		  <li><a href="http://tongji.liangjing.org/" target="frmright">访问统计</a></LI>
		  <li><a href="http://help.liangjing.org/HTML/200812221514255625.html" target="frmright">网站推广入口</a></LI>
		  <li><a href="http://help.liangjing.org/index.html" target="frmright">使用帮助</a></LI>
		  </UL></DIV>

 <DIV class=menu_div><IMG style="VERTICAL-ALIGN: bottom" 
  src="images/menu01_right.gif"></DIV></LI>










  
  </UL></DIV></DIV></DIV>
<DIV style="BACKGROUND: #337abb; HEIGHT: 24px"></DIV><!--导航部分结束-->
<TABLE style="BACKGROUND: #337abb" height="92%" cellSpacing=0 cellPadding=0 
width="100%" border=0>
  <TBODY>
  <TR>
    <TD class=main_left id=frmTitle vAlign=top align=middle name="fmTitle">
      <TABLE class=main_left_top cellSpacing=0 cellPadding=0 width="100%" 
      border=0>
        <TBODY>
        <TR height=32>
          <TD vAlign=top></TD>
          <TD class=main_left_title id=leftmenu_title>常用快捷功能</TD>
          <TD vAlign=top align=right></TD></TR></TBODY></TABLE>

<IFRAME class=left_iframe id=frmleft name=frmleft src="left.asp" frameBorder=0 allowTransparency scrolling="no"></IFRAME>

      <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
        <TBODY>
        <TR height=32>
          <TD vAlign=top></TD>
          <TD vAlign=bottom align=middle></TD>
          <TD vAlign=top align=right></TD></TR></TBODY></TABLE></TD>
    <TD style="WIDTH: 10px" bgColor=>
      <TABLE height="100%" cellSpacing=0 cellPadding=0 border=0>
        <TBODY>
        <TR>
          <TD style="HEIGHT: 100%" onclick=switchSysBar()><SPAN class=navPoint 
            id=switchPoint title=关闭/打开左栏><IMG 
            src="images/right.gif"></SPAN> </TD></TR></TBODY></TABLE></TD>
    <TD vAlign=top width="100%" bgColor=>
      <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c4d8ed 
        border=0><TBODY>
        <TR height=32>
          <TD vAlign=top width=10 background=images/bg2.gif><IMG 
            alt="" src="images/teble_top_left.gif"></TD>
          <TD width=28 background=images/bg2.gif></TD>
          <TD background=images/bg2.gif><SPAN 
            style="FLOAT: left">良精通用企业网站管理系统</SPAN><SPAN id=dvbbsannounce 
            style="FONT-WEIGHT: bold; FLOAT: left; WIDTH: 300px; COLOR: #c00"></SPAN></TD>
          <TD style="COLOR: #135294; TEXT-ALIGN: right" 
          background=images/bg2.gif>| <A 
            href="default.asp" target=_top>后台首页</A> | <A 
            href="../index.asp" target=_top>首页</A> | 
            <a href="javascript:isExit();" target=_top>退出</A> </TD>
          <TD vAlign=top align=right width=28 
            background=images/bg2.gif><IMG alt="" 
            src="images/teble_top_right.gif"></TD>
          <TD align=right width=16 bgColor=></TD></TR></TBODY></TABLE><IFRAME 
      class=main_iframe id=frmright name=frmright 
      src="Admin_Default.asp" frameBorder=0 scrolling=yes></IFRAME>
      <TABLE style="BACKGROUND: #c4d8ed" cellSpacing=0 cellPadding=0 
      width="100%" border=0>
        <TBODY>
        <TR>
          <TD><IMG height=6 alt="" src="images/teble_bottom_left.gif" 
            width=5></TD>
          <TD align=right><IMG height=6 alt="" 
            src="images/teble_bottom_right.gif" width=5></TD>
          <TD align=right width=16 
  bgColor=></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<DIV id=dvbbsannounce_true style="DISPLAY: none">
</DIV>
<SCRIPT language=JavaScript>
<!--
document.getElementById("dvbbsannounce").innerHTML = document.getElementById("dvbbsannounce_true").innerHTML;
//-->
</SCRIPT>
</BODY></HTML>